projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1f921b
)
Fix GtkAssistant's accessible children. Fixes bug #575319.
author
Eitan Isaacson
<eitan@ascender.com>
Fri, 29 May 2009 10:50:00 +0000
(12:50 +0200)
committer
Eitan Isaacson
<eitan@ascender.com>
Fri, 29 May 2009 17:25:43 +0000
(19:25 +0200)
gtk/gtkassistant.c
patch
|
blob
|
history
diff --git
a/gtk/gtkassistant.c
b/gtk/gtkassistant.c
index 4e8f155aeaeedb2fedc4928f685312ef005f04fd..0fdbaf5398738afed9c2a563072502d83909085e 100644
(file)
--- a/
gtk/gtkassistant.c
+++ b/
gtk/gtkassistant.c
@@
-2267,7
+2267,7
@@
gtk_assistant_accessible_ref_child (AtkObject *accessible,
return NULL;
else if (index < n_pages)
{
- GtkAssistantPage *page = g_list_nth_data (priv->pages, index
/ 2
);
+ GtkAssistantPage *page = g_list_nth_data (priv->pages, index);
child = page->page;
title = gtk_assistant_get_page_title (assistant, child);